GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-06T05:46:32.8867224+00:00",
"SubmitDate": "2026-04-06T05:46:32.8867224+00:00",
"ReportPeriodStart": "2026-04-06T05:46:32.8867224+00:00",
"ReportPeriodEnd": "2026-04-06T05:46:32.8867224+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c0633bb-37a6-4f3d-bbf4-e3ae675170ec",
"Rows": [
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c0633bb-37a6-4f3d-bbf4-e3ae675170ec",
"Rows": [
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3abda26-12c1-416d-9718-f31a93691801",
"160a531f-4ef9-42db-9c5a-c3c5899bf6a6"
],
"Approvers": [
"1cf4f538-e49f-454f-ad5a-3ab0d274ffbd",
"a4d017d0-3e38-4417-8286-27a68323d622"
],
"ApprovedBy": "2bebbd80-d86e-4845-8802-47f1a36b88a1",
"ApprovalDate": "2026-04-06T05:46:32.8867224+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5da9fdb-97e4-49c8-aad4-dfc313255964",
"id": "20d3b0d2-b124-4db9-bed0-089642caf9cb",
"ConfigId": "95e8ee89-3960-43fb-9ea1-ca9ac7fcff93"
},
{
"GenerationDate": "2026-04-06T05:46:32.8867224+00:00",
"SubmitDate": "2026-04-06T05:46:32.8867224+00:00",
"ReportPeriodStart": "2026-04-06T05:46:32.8867224+00:00",
"ReportPeriodEnd": "2026-04-06T05:46:32.8867224+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c0633bb-37a6-4f3d-bbf4-e3ae675170ec",
"Rows": [
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c0633bb-37a6-4f3d-bbf4-e3ae675170ec",
"Rows": [
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7f6a817-0986-4a27-95e5-f1bed30f53d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3abda26-12c1-416d-9718-f31a93691801",
"160a531f-4ef9-42db-9c5a-c3c5899bf6a6"
],
"Approvers": [
"1cf4f538-e49f-454f-ad5a-3ab0d274ffbd",
"a4d017d0-3e38-4417-8286-27a68323d622"
],
"ApprovedBy": "2bebbd80-d86e-4845-8802-47f1a36b88a1",
"ApprovalDate": "2026-04-06T05:46:32.8867224+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5da9fdb-97e4-49c8-aad4-dfc313255964",
"id": "20d3b0d2-b124-4db9-bed0-089642caf9cb",
"ConfigId": "95e8ee89-3960-43fb-9ea1-ca9ac7fcff93"
}
]